home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d16 / nav050.arc / TYPEDOCS.BAT < prev    next >
DOS Batch File  |  1990-10-05  |  4KB  |  88 lines

  1. echo off
  2. cls
  3. echo --------------------------------------------------
  4. echo -          THIS BATCH FILE WILL PRINT THE        -
  5. echo -    ORDER FORM, RESISTRATION INSTRUCTIONS &     -
  6. echo -    USER'S GUIDE IS FOR RELEASE 0.50 OF THE     -
  7. echo -                                                -
  8. echo -  FLASHPOINT WINDOWS NAVIGATOR (SEPT 30, 1990)  -
  9. echo -                                                -
  10. echo --------------------------------------------------
  11. echo .
  12. pause
  13. cls
  14. echo .
  15. echo --------------------------------------------------
  16. echo - Please prepare your printer for a print out of -
  17. echo - the WinNav v. 0.50 Order Form consisting of    -
  18. echo -            approximately  4 pages.             -
  19. echo --------------------------------------------------
  20. echo -                                                -
  21. echo - The printer should be set up to print-         -
  22. echo -                                                -
  23. echo -      Type Pitch-   10 char. per inch           -
  24. echo -      Line Height-   6 lines per inch           -
  25. echo -      Paper-        Letter Size (11"x 8.5")     -
  26. echo -      Form Feeds-   Disabled                    -
  27. echo -      Turn Off Skip Over Perf. (Cont. Feed)     -
  28. echo -                                                -
  29. echo --------------------------------------------------
  30. echo -                                                -
  31. echo -   Press any key when ready to begin printing   -
  32. echo -       or [CTRL]+[C] to cancel printing         -
  33. echo -                                                -
  34. echo --------------------------------------------------
  35. echo .
  36. pause
  37. copy order.frm prn
  38. cls
  39. echo .
  40. echo --------------------------------------------------
  41. echo - Please prepare your printer for a print out of -
  42. echo - the WinNav v. 0.50 Registration Info which     -
  43. echo -      consists of aproximately 10 pages.        -
  44. echo --------------------------------------------------
  45. echo -                                                -
  46. echo - The printer should be set up to print-         -
  47. echo -                                                -
  48. echo -      Type Pitch-   10 char. per inch           -
  49. echo -      Line Height-   6 lines per inch           -
  50. echo -      Paper-        Letter Size (11"x 8.5")     -
  51. echo -      Form Feeds-   Disabled                    -
  52. echo -      Turn Off Skip Over Perf. (Cont. Feed)     -
  53. echo -                                                -
  54. echo --------------------------------------------------
  55. echo -                                                -
  56. echo -   Press any key when ready to begin printing   -
  57. echo -       or [CTRL]+[C] to cancel printing         -
  58. echo -                                                -
  59. echo --------------------------------------------------
  60. echo .
  61. pause
  62. copy register.doc prn
  63. cls
  64. echo .
  65. echo --------------------------------------------------
  66. echo - Please prepare your printer for a print out of -
  67. echo - the WinNav v. 0.50 User's Guide consisting of  -
  68. echo -            approximately  100 pages.           -
  69. echo --------------------------------------------------
  70. echo -                                                -
  71. echo - The printer should be set up to print-         -
  72. echo -                                                -
  73. echo -      Type Pitch-   10 char. per inch           -
  74. echo -      Line Height-   6 lines per inch           -
  75. echo -      Paper-        Letter Size (11"x 8.5")     -
  76. echo -      Form Feeds-   Disabled                    -
  77. echo -      Turn Off Skip Over Perf. (Cont. Feed)     -
  78. echo -                                                -
  79. echo --------------------------------------------------
  80. echo -                                                -
  81. echo -   Press any key when ready to begin printing   -
  82. echo -       or [CTRL]+[C] to cancel printing         -
  83. echo -                                                -
  84. echo --------------------------------------------------
  85. echo .
  86. pause
  87. copy winnav.doc prn
  88.